projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a25c543
)
Fix typo.
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 29 Nov 2008 21:45:22 +0000
(21:45 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 29 Nov 2008 21:45:22 +0000
(21:45 +0000)
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 729169435c7e5fbf5df9222d2d46ed80d7fe3a9a..2a63e8e12a2af761c7a0647d5a04e5d211d36cda 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-28,7
+28,8
@@
2008-11-29 Chong Yidong <cyd@stupidchicken.com>
* term/x-win.el (x-gtk-stock-cache): New hash table.
- (x-gtk-map-stock): Perform caching to prevent excess consing during
+ (x-gtk-map-stock): Perform caching to prevent excess consing
+ during redisplay.
2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>